home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / grub-common.postinst < prev    next >
Text File  |  2009-10-29  |  338b  |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ -x "/etc/init.d/grub-common" ]; then
  5.     update-rc.d grub-common start 99 2 3 4 5 . >/dev/null
  6.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  7.         invoke-rc.d grub-common start || exit $?
  8.     else
  9.         /etc/init.d/grub-common start || exit $?
  10.     fi
  11. fi
  12. # End automatically added section
  13.